home *** CD-ROM | disk | FTP | other *** search
- .Key LOCK
- .bra {
- .ket }
-
- Failat 21
-
- If {LOCK} EQ EXCLUSIVE
- If NOT EXISTS RAM:KaraCDBusy
- Echo > RAM:KaraCDBusy ";"
- Else
- Echo "*N Reset: The CD-ROM is currently being configured. Please wait."
- Wait 8 SECS
- If EXISTS RAM:KaraCDBusy
- Echo "*N The CD-ROM is still being configured..."
- Wait 8 SECS
- EndIf
- If EXISTS RAM:KaraCDBusy
- Echo "*N The CD-ROM is still being configured..."
- Wait 12 SECS
- EndIf
- If EXISTS RAM:KaraCDBusy
- Echo "*N It appears that the configuration is still in progress."
- Echo " A Reset will now be forced."
- Else
- Echo "*N Configuration complete. Continuing with Reset procedure.*N"
- EndIf
- EndIf
- Echo > RAM:KaraCDBusy ";"
- EndIf
-
- If EXISTS RAM:T/KaraCD-IPT
- CD RAM:T/KaraCD-IPT
-
- If EXISTS UndoAssign
- Execute UndoAssign
-
- If EXISTS RAM:MultiView
- Delete >NIL: RAM:MultiView QUIET
-
- If EXISTS RAM:MultiView.old
- Rename RAM:MultiView.old RAM:MultiView
- EndIf
- EndIf
- EndIf
-
- CD RAM:
- Delete >NIL: RAM:T/KaraCD-IPT ALL QUIET
-
- If EXISTS RAM:T/KaraCD-IPT/UndoAssign
- Delete >NIL: RAM:T/KaraCD-IPT/UndoAssign QUIET
- EndIf
- EndIf
-
- Assign >NIL: KARACDLOCAL:
- Assign >NIL: KARACDROOT:
- Assign >NIL: KARACDINST:
-
- If {LOCK} EQ EXCLUSIVE
- Delete >NIL: RAM:KaraCDBusy QUIET
- EndIf
-
-
- ; Cloanto ® CD-ROM Configuration Scripts
- ; Copyright © 1995, 1996 Cloanto Italia srl - All Rights Reserved
- ; Cloanto is a registered trademark of Cloanto Italia srl
-